home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************
- * *
- * System includes for Dragon game. *
- * *
- * Copyright ©1994 Nick Christie *
- * *
- *************************************************************************/
-
- #define INTUI_V36_NAMES_ONLY
- #define USE_BUILTIN_MATH
-
- #include <string.h>
- #include <stdio.h>
- #include <exec/exec.h>
- #include <dos/dos.h>
- #include <intuition/intuition.h>
- #include <graphics/gfxmacros.h>
- #include <iff/ilbm.h>
- #include <libraries/gadtools.h>
- #include <libraries/iffparse.h>
- #include <workbench/startup.h>
- #include <workbench/workbench.h>
- #include <proto/exec.h>
- #include <proto/dos.h>
- #include <proto/intuition.h>
- #include <proto/graphics.h>
- #include <proto/gadtools.h>
- #include <proto/iffparse.h>
- #include <proto/icon.h>
-